Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a wait() operator for an actor #304

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Add a wait() operator for an actor #304

merged 1 commit into from
Dec 20, 2024

Conversation

slawlor
Copy link
Owner

@slawlor slawlor commented Dec 20, 2024

This allows someone to wait for the actor's exit without waiting on the JoinHandle

Resolves #303

This allows someone to wait for the actor's exit without waiting on the JoinHandle
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 91.42857% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.17%. Comparing base (6842be7) to head (583c22b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ractor/src/actor/actor_cell.rs 77.77% 2 Missing ⚠️
ractor/src/actor/tests/mod.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #304      +/-   ##
==========================================
+ Coverage   82.14%   82.17%   +0.02%     
==========================================
  Files          60       60              
  Lines       10997    11032      +35     
==========================================
+ Hits         9034     9066      +32     
- Misses       1963     1966       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@slawlor slawlor marked this pull request as ready for review December 20, 2024 02:30
@slawlor slawlor merged commit 3c94f0f into main Dec 20, 2024
15 checks passed
@slawlor slawlor deleted the actor_stop branch December 20, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Waiting for actors to finish by ActorRef/ActorCell
1 participant